projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7dfd729
)
lisp.h: Add undef DECL_ALIGN
author
Jan Djärv
<jan.h.d@swipnet.se>
Wed, 21 Jan 2004 15:30:28 +0000
(15:30 +0000)
committer
Jan Djärv
<jan.h.d@swipnet.se>
Wed, 21 Jan 2004 15:30:28 +0000
(15:30 +0000)
src/ChangeLog
patch
|
blob
|
history
src/lisp.h
patch
|
blob
|
history
diff --git
a/src/ChangeLog
b/src/ChangeLog
index 3fc443f8a09f93cccf6ccdcb32139994ccc31bcc..012e24f9280ac6f02db2896eecf3b819b01e303b 100644
(file)
--- a/
src/ChangeLog
+++ b/
src/ChangeLog
@@
-1,3
+1,7
@@
+2004-01-21 Jan Dj
\e
,Ad
\e
(Brv <jan.h.d@swipnet.se>
+
+ * lisp.h: Add undef DECL_ALIGN.
+
2004-01-21 Stefan Monnier <monnier@iro.umontreal.ca>
* process.c (wait_reading_process_input) [SYNC_INPUT]:
diff --git
a/src/lisp.h
b/src/lisp.h
index b54668fb7805836120d4277a16dd1d4331d1cf44..cb332acaedbda4d4714fc0a361df1efe60c96bf5 100644
(file)
--- a/
src/lisp.h
+++ b/
src/lisp.h
@@
-310,6
+310,7
@@
enum pvec_type
#ifndef USE_LSB_TAG
/* Just remove the alignment annotation if we don't use it. */
+#undef DECL_ALIGN
#define DECL_ALIGN(type, var) type var
#endif